-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Do not declare a volume for sshKeySecret if dag persistence is enabled #22913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
jedcunningham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a conflict, then I think this is ready to go.
In scheduler and triggerer components, git-sync-ssh-key volume was created even when persistence is enabled. This PR fixes that and added tests in other components to avoid regression
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
In scheduler and triggerer components, git-sync-ssh-key volume was created even when persistence is enabled. This PR fixes that and added tests in other components to avoid regression
a97f670 to
fd8ad28
Compare
a390cf7 to
04c5904
Compare
|
This change breaks scheduler deployment when dag persistence, git-sync and git-sync-ssh-key are enabled. In this case, |
+1 |
…s enabled (apache#22913)" This reverts commit 3fc895b
…s enabled (apache#22913)" This reverts commit 3fc895b (cherry picked from commit 6c51e82) We want to mount a volume for sshKeySecret in case git-sync is enabled independently of persistence being enabled or not.
Feel free to open PR which reverts the change, describing why and what happens there. |
Done: #34331 |
In
schedulerandtriggerercomponents, git-sync-ssh-key volume was created evenwhen persistence is enabled. This PR fixes that and added tests
in other components to avoid regression